crypto/tls.cipherSuite.flags (field)
11 uses
crypto/tls (current package)
cipher_suites.go#L145: flags int
common.go#L1342: if c.flags&suiteECDHE != 0 {
common.go#L1345: if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
common.go#L1419: if c.flags&suiteECDHE == 0 {
common.go#L1422: if c.flags&suiteECSign != 0 {
common.go#L1431: if vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
handshake_client.go#L111: if maxVersion < VersionTLS12 && suite.flags&suiteTLS12 != 0 {
handshake_server.go#L423: if c.flags&suiteECDHE != 0 {
handshake_server.go#L427: if c.flags&suiteECSign != 0 {
handshake_server.go#L437: if hs.c.vers < VersionTLS12 && c.flags&suiteTLS12 != 0 {
prf.go#L95: if suite.flags&suiteSHA384 != 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)